Aviation API icon

Aviation API

(0 reviews)

10 Graphical NZ Significant Weather (GNZSIGWX) GeoJSON

This product provides the forecast information contained in the Graphical New Zealand Significant Weather Chart (GNZSIGWX) in a GeoJSON format, which is GIS compatible. This enables the product to be used by customers as an overlay on a map within a browser, mobile or tablet application.

There is a style document that may be applied to the returned GeoJSON data. The style document can be retrieved from the following URL https://api.metservice.com/aviation/assets/style/json/gnzsigwx-nzzc-style.json.

10.1 Latest for a Flight Level Range

Request the latest GNZSIGWX GeoJSON data for a specific flight level range.

10.1.1 API Call:

GET /aviation/gnzsigwx/{flightlevel}

10.1.2 Path Parameter:

Path ParameterExampleDescription
flightlevelfl250A supported flight level: fl100, fl250, fl410.

This parameter is Mandatory.

10.1.3 Example:

This example will return the GNZSIGWX GeoJSON data for flight level range SFC-FL250.

GET /aviation/gnzsigwx/fl250

10.1.4 API Response:

{
    "version": "1.0",
    "issue-time": "2025-09-15T04:04:43Z",
    "path": "/aviation/api/aviation/gnzsigwx/fl250",
    "response": [
        {
            "features": [
                {
                    "geometry": {
                        "coordinates": [
                            [
                                [
                                    [
                                        174.564,
                                        -41.271
                                    ],
                                    [
                                        174.544,
                                        -41.204
                                    ],
                                    [
                                        174.581,
                                        -41.137
                                    ],
                                    [
                                        174.67,
                                        -41.083
                                    ],
                                    [
                                        174.759,
                                        -41.014
                                    ],
                                    [
                                        174.939,
                                        -40.839
                                    ],
                                    [
                                        175.045,
                                        -40.651
                                    ],
                                    [
                                        175.096,
                                        -40.407
                                    ],
                                    [
                                        175.079,
                                        -40.244
                                    ],
                                    [
                                        174.793,
                                        -40.025
                                    ],
                                    [
                                        174.527,
                                        -39.764
                                    ],
                                    [
                                        174.293,
                                        -39.641
                                    ],
                                    [
                                        174.006,
                                        -39.544
                                    ],
                                    [
                                        173.935,
                                        -39.488
                                    ],
                                    [
                                        173.901,
                                        -39.42
                                    ],
                                    [
                                        173.918,
                                        -39.336
                                    ],
                                    [
                                        173.972,
                                        -39.254
                                    ],
                                    [
                                        174.061,
                                        -39.199
                                    ],
                                    [
                                        174.167,
                                        -39.17
                                    ],
                                    [
                                        174.275,
                                        -39.183
                                    ],
                                    [
                                        174.364,
                                        -39.239
                                    ],
                                    [
                                        174.473,
                                        -39.294
                                    ],
                                    [
                                        174.687,
                                        -39.336
                                    ],
                                    [
                                        175.096,
                                        -39.336
                                    ],
                                    [
                                        175.276,
                                        -39.309
                                    ],
                                    [
                                        175.42,
                                        -39.239
                                    ],
                                    [
                                        175.508,
                                        -39.128
                                    ],
                                    [
                                        175.651,
                                        -38.905
                                    ],
                                    [
                                        175.811,
                                        -38.836
                                    ],
                                    [
                                        176.026,
                                        -38.823
                                    ],
                                    [
                                        176.278,
                                        -38.85
                                    ],
                                    [
                                        176.472,
                                        -38.981
                                    ],
                                    [
                                        176.672,
                                        -39.145
                                    ],
                                    [
                                        177.05,
                                        -39.61
                                    ],
                                    [
                                        177.113,
                                        -39.839
                                    ],
                                    [
                                        177.067,
                                        -40.014
                                    ],
                                    [
                                        176.976,
                                        -40.191
                                    ],
                                    [
                                        176.744,
                                        -40.527
                                    ],
                                    [
                                        176.189,
                                        -41.217
                                    ],
                                    [
                                        175.851,
                                        -41.498
                                    ],
                                    [
                                        175.637,
                                        -41.592
                                    ],
                                    [
                                        175.402,
                                        -41.646
                                    ],
                                    [
                                        175.082,
                                        -41.605
                                    ],
                                    [
                                        174.796,
                                        -41.473
                                    ],
                                    [
                                        174.564,
                                        -41.271
                                    ]
                                ]
                            ]
                        ],
                        "type": "MultiPolygon"
                    },
                    "properties": {
                        "caption": "",
                        "featureType": "turbulence",
                        "lowerExtentFL": 0,
                        "lowerExtentText": "SFC",
                        "productKey": "GraphicalNZSigwx",
                        "upperExtentFL": 100,
                        "upperExtentText": "100"
                    },
                    "type": "Feature"
                },
                {
                    "geometry": {
                        "coordinates": [
                            [
                                [
                                    [
                                        171.472,
                                        -42.523
                                    ],
                                    [
                                        172.038,
                                        -41.951
                                    ],
                                    [
                                        172.27,
                                        -41.241
                                    ],
                                    [
                                        172.322,
                                        -40.891
                                    ],
                                    [
                                        172.425,
                                        -40.755
                                    ],
                                    [
                                        172.785,
                                        -40.657
                                    ],
                                    [
                                        173.12,
                                        -40.618
                                    ],
                                    [
                                        173.377,
                                        -40.677
                                    ],
                                    [
                                        173.66,
                                        -40.755
                                    ],
                                    [
                                        173.918,
                                        -40.813
                                    ],
                                    [
                                        174.149,
                                        -40.911
                                    ],
                                    [
                                        174.304,
                                        -41.086
                                    ],
                                    [
                                        174.355,
                                        -41.318
                                    ],
                                    [
                                        174.33,
                                        -41.567
                                    ],
                                    [
                                        174.144,
                                        -41.91
                                    ],
                                    [
                                        173.866,
                                        -42.218
                                    ],
                                    [
                                        173.394,
                                        -42.657
                                    ],
                                    [
                                        172.931,
                                        -42.976
                                    ],
                                    [
                                        172.187,
                                        -43.383
                                    ],
                                    [
                                        171.403,
                                        -43.901
                                    ],
                                    [
                                        171.149,
                                        -44.131
                                    ],
                                    [
                                        170.966,
                                        -44.381
                                    ],
                                    [
                                        170.943,
                                        -44.79
                                    ],
                                    [
                                        171.126,
                                        -45.181
                                    ],
                                    [
                                        171.057,
                                        -45.456
                                    ],
                                    [
                                        170.851,
                                        -45.715
                                    ],
                                    [
                                        170.482,
                                        -46.017
                                    ],
                                    [
                                        170.205,
                                        -46.241
                                    ],
                                    [
                                        169.836,
                                        -46.528
                                    ],
                                    [
                                        169.513,
                                        -46.749
                                    ],
                                    [
                                        168.986,
                                        -47.017
                                    ],
                                    [
                                        168.248,
                                        -47.235
                                    ],
                                    [
                                        167.948,
                                        -47.284
                                    ],
                                    [
                                        167.625,
                                        -47.284
                                    ],
                                    [
                                        167.373,
                                        -47.222
                                    ],
                                    [
                                        167.164,
                                        -47.064
                                    ],
                                    [
                                        167.004,
                                        -46.875
                                    ],
                                    [
                                        166.844,
                                        -46.687
                                    ],
                                    [
                                        166.498,
                                        -46.307
                                    ],
                                    [
                                        166.429,
                                        -46.002
                                    ],
                                    [
                                        166.498,
                                        -45.683
                                    ],
                                    [
                                        166.821,
                                        -45.294
                                    ],
                                    [
                                        167.141,
                                        -45.033
                                    ],
                                    [
                                        167.487,
                                        -44.593
                                    ],
                                    [
                                        167.945,
                                        -44.207
                                    ],
                                    [
                                        168.769,
                                        -43.8
                                    ],
                                    [
                                        169.541,
                                        -43.576
                                    ],
                                    [
                                        169.953,
                                        -43.427
                                    ],
                                    [
                                        170.648,
                                        -43.052
                                    ],
                                    [
                                        171.112,
                                        -42.769
                                    ],
                                    [
                                        171.472,
                                        -42.523
                                    ]
                                ]
                            ]
                        ],
                        "type": "MultiPolygon"
                    },
                    "properties": {
                        "caption": "",
                        "featureType": "turbulence",
                        "lowerExtentFL": 0,
                        "lowerExtentText": "SFC",
                        "productKey": "GraphicalNZSigwx",
                        "upperExtentFL": 130,
                        "upperExtentText": "130"
                    },
                    "type": "Feature"
                },
                {
                    "geometry": {
                        "coordinates": [
                            [
                                [
                                    [
                                        169.787,
                                        -47.08
                                    ],
                                    [
                                        169.639,
                                        -47.189
                                    ],
                                    [
                                        169.187,
                                        -47.512
                                    ],
                                    [
                                        168.729,
                                        -47.832
                                    ],
                                    [
                                        168.266,
                                        -48.15
                                    ],
                                    [
                                        167.502,
                                        -47.599
                                    ],
                                    [
                                        167.124,
                                        -47.321
                                    ],
                                    [
                                        166.752,
                                        -47.043
                                    ],
                                    [
                                        166.383,
                                        -46.763
                                    ],
                                    [
                                        165.657,
                                        -46.2
                                    ],
                                    [
                                        165.299,
                                        -45.916
                                    ],
                                    [
                                        165.642,
                                        -45.643
                                    ],
                                    [
                                        165.98,
                                        -45.368
                                    ],
                                    [
                                        166.315,
                                        -45.092
                                    ],
                                    [
                                        166.646,
                                        -44.815
                                    ],
                                    [
                                        166.729,
                                        -44.746
                                    ],
                                    [
                                        167.093,
                                        -44.9
                                    ],
                                    [
                                        167.339,
                                        -45.189
                                    ],
                                    [
                                        167.502,
                                        -45.533
                                    ],
                                    [
                                        167.556,
                                        -45.97
                                    ],
                                    [
                                        167.802,
                                        -46.309
                                    ],
                                    [
                                        168.208,
                                        -46.571
                                    ],
                                    [
                                        168.7,
                                        -46.759
                                    ],
                                    [
                                        169.541,
                                        -47.019
                                    ],
                                    [
                                        169.787,
                                        -47.08
                                    ]
                                ]
                            ]
                        ],
                        "type": "MultiPolygon"
                    },
                    "properties": {
                        "caption": "BECMG FM 00Z",
                        "featureType": "icing",
                        "lowerExtentFL": 60,
                        "lowerExtentText": "6000FT",
                        "productKey": "GraphicalNZSigwx",
                        "upperExtentFL": 170,
                        "upperExtentText": "FL170"
                    },
                    "type": "Feature"
                },
                {
                    "geometry": {
                        "coordinates": [
                            [
                                [
                                    [
                                        173.603,
                                        -44.106
                                    ],
                                    [
                                        173.472,
                                        -44.217
                                    ],
                                    [
                                        173.065,
                                        -44.554
                                    ],
                                    [
                                        172.653,
                                        -44.89
                                    ],
                                    [
                                        172.239,
                                        -45.223
                                    ],
                                    [
                                        171.818,
                                        -45.555
                                    ],
                                    [
                                        170.963,
                                        -46.214
                                    ],
                                    [
                                        170.525,
                                        -46.541
                                    ],
                                    [
                                        170.085,
                                        -46.865
                                    ],
                                    [
                                        169.856,
                                        -47.031
                                    ],
                                    [
                                        169.747,
                                        -47.031
                                    ],
                                    [
                                        169.327,
                                        -46.935
                                    ],
                                    [
                                        168.792,
                                        -46.759
                                    ],
                                    [
                                        168.417,
                                        -46.663
                                    ],
                                    [
                                        167.879,
                                        -46.342
                                    ],
                                    [
                                        167.553,
                                        -45.922
                                    ],
                                    [
                                        167.507,
                                        -45.565
                                    ],
                                    [
                                        167.648,
                                        -45.235
                                    ],
                                    [
                                        167.905,
                                        -44.957
                                    ],
                                    [
                                        168.652,
                                        -44.508
                                    ],
                                    [
                                        169.413,
                                        -44.172
                                    ],
                                    [
                                        170.211,
                                        -43.8
                                    ],
                                    [
                                        170.725,
                                        -43.408
                                    ],
                                    [
                                        170.957,
                                        -43.183
                                    ],
                                    [
                                        171.215,
                                        -42.976
                                    ],
                                    [
                                        171.524,
                                        -42.882
                                    ],
                                    [
                                        171.832,
                                        -42.882
                                    ],
                                    [
                                        172.219,
                                        -43.014
                                    ],
                                    [
                                        172.553,
                                        -43.258
                                    ],
                                    [
                                        172.834,
                                        -43.541
                                    ],
                                    [
                                        173.377,
                                        -43.967
                                    ],
                                    [
                                        173.603,
                                        -44.106
                                    ]
                                ]
                            ]
                        ],
                        "type": "MultiPolygon"
                    },
                    "properties": {
                        "caption": "IN MTW\nICE S OF NZQN FM 01Z",
                        "featureType": "mountainWaves",
                        "icing": {
                            "lowerExtentFL": 100,
                            "lowerExtentText": "100",
                            "upperExtentFL": 200,
                            "upperExtentText": "200"
                        },
                        "productKey": "GraphicalNZSigwx",
                        "turbulence": {
                            "lowerExtentFL": 130,
                            "lowerExtentText": "130",
                            "upperExtentFL": 350,
                            "upperExtentText": "XXX"
                        }
                    },
                    "type": "Feature"
                },
                {
                    "geometry": {
                        "coordinates": [
                            177.188,
                            -37.646
                        ],
                        "type": "Point"
                    },
                    "properties": {
                        "alertLevel2Plus": true,
                        "featureType": "volcano",
                        "productKey": "GraphicalNZSigwx",
                        "volcanoName": "WHAKAARI/WHITE ISLAND"
                    },
                    "type": "Feature"
                }
            ],
            "metadata": {
                "alerts": [
                    "Volcano Alert Level 2+, see NOTAM for VHZ information"
                ],
                "information": [
                    "Chart valid for NZZC FIR only",
                    "Heights in FL unless otherwise specified",
                    "The use of CB implies severe turbulence and icing"
                ],
                "isAmendment": false,
                "issueTime": "2025-09-14T19:57:25Z",
                "notes": [
                    "Please refer to GSM for any SIGMET information"
                ],
                "referenceVersion": "2023-05-17",
                "validFromTime": "2025-09-14T21:00:00Z",
                "validToTime": "2025-09-15T03:00:00Z",
                "validUpToFL": 250,
                "version": "2022-12-09"
            },
            "type": "FeatureCollection"
        },
        {
            "features": [
                {
                    "geometry": {
                        "coordinates": [
                            [
                                [
                                    [
                                        176.518,
                                        -37.641
                                    ],
                                    [
                                        176.695,
                                        -37.784
                                    ],
                                    [
                                        176.898,
                                        -37.854
                                    ],
                                    [
                                        177.19,
                                        -37.82
                                    ],
                                    [
                                        177.459,
                                        -37.714
                                    ],
                                    [
                                        177.751,
                                        -37.553
                                    ],
                                    [
                                        178.065,
                                        -37.464
                                    ],
                                    [
                                        178.269,
                                        -37.464
                                    ],
                                    [
                                        178.492,
                                        -37.498
                                    ],
                                    [
                                        178.649,
                                        -37.571
                                    ],
                                    [
                                        178.761,
                                        -37.677
                                    ],
                                    [
                                        178.783,
                                        -37.802
                                    ],
                                    [
                                        178.718,
                                        -37.926
                                    ],
                                    [
                                        178.649,
                                        -38.066
                                    ],
                                    [
                                        178.446,
                                        -38.349
                                    ],
                                    [
                                        178.291,
                                        -38.647
                                    ],
                                    [
                                        178.246,
                                        -38.805
                                    ],
                                    [
                                        178.223,
                                        -38.963
                                    ],
                                    [
                                        178.177,
                                        -39.101
                                    ],
                                    [
                                        178.065,
                                        -39.205
                                    ],
                                    [
                                        177.885,
                                        -39.258
                                    ],
                                    [
                                        177.593,
                                        -39.294
                                    ],
                                    [
                                        177.347,
                                        -39.345
                                    ],
                                    [
                                        177.19,
                                        -39.449
                                    ],
                                    [
                                        177.144,
                                        -39.623
                                    ],
                                    [
                                        177.124,
                                        -39.83
                                    ],
                                    [
                                        176.967,
                                        -40.191
                                    ],
                                    [
                                        176.741,
                                        -40.533
                                    ],
                                    [
                                        176.18,
                                        -41.21
                                    ],
                                    [
                                        175.849,
                                        -41.498
                                    ],
                                    [
                                        175.637,
                                        -41.592
                                    ],
                                    [
                                        175.402,
                                        -41.646
                                    ],
                                    [
                                        175.082,
                                        -41.605
                                    ],
                                    [
                                        174.796,
                                        -41.473
                                    ],
                                    [
                                        174.564,
                                        -41.271
                                    ],
                                    [
                                        174.544,
                                        -41.204
                                    ],
                                    [
                                        174.581,
                                        -41.135
                                    ],
                                    [
                                        174.67,
                                        -41.081
                                    ],
                                    [
                                        174.759,
                                        -41.014
                                    ],
                                    [
                                        174.939,
                                        -40.839
                                    ],
                                    [
                                        175.045,
                                        -40.651
                                    ],
                                    [
                                        175.099,
                                        -40.407
                                    ],
                                    [
                                        175.082,
                                        -40.242
                                    ],
                                    [
                                        174.833,
                                        -39.968
                                    ],
                                    [
                                        174.518,
                                        -39.759
                                    ],
                                    [
                                        174.25,
                                        -39.674
                                    ],
                                    [
                                        174.004,
                                        -39.535
                                    ],
                                    [
                                        173.915,
                                        -39.449
                                    ],
                                    [
                                        173.823,
                                        -39.345
                                    ],
                                    [
                                        173.801,
                                        -39.241
                                    ],
                                    [
                                        173.823,
                                        -39.154
                                    ],
                                    [
                                        173.892,
                                        -39.101
                                    ],
                                    [
                                        174.004,
                                        -39.068
                                    ],
                                    [
                                        174.138,
                                        -39.05
                                    ],
                                    [
                                        174.341,
                                        -39.083
                                    ],
                                    [
                                        174.767,
                                        -39.137
                                    ],
                                    [
                                        175.171,
                                        -39.083
                                    ],
                                    [
                                        175.44,
                                        -38.928
                                    ],
                                    [
                                        175.62,
                                        -38.683
                                    ],
                                    [
                                        175.666,
                                        -38.385
                                    ],
                                    [
                                        175.62,
                                        -37.836
                                    ],
                                    [
                                        175.574,
                                        -37.571
                                    ],
                                    [
                                        175.531,
                                        -37.303
                                    ],
                                    [
                                        175.574,
                                        -37.0
                                    ],
                                    [
                                        175.62,
                                        -36.892
                                    ],
                                    [
                                        175.708,
                                        -36.801
                                    ],
                                    [
                                        175.777,
                                        -36.748
                                    ],
                                    [
                                        175.866,
                                        -36.73
                                    ],
                                    [
                                        175.957,
                                        -36.766
                                    ],
                                    [
                                        176.023,
                                        -36.837
                                    ],
                                    [
                                        176.092,
                                        -36.927
                                    ],
                                    [
                                        176.361,
                                        -37.464
                                    ],
                                    [
                                        176.518,
                                        -37.641
                                    ]
                                ]
                            ]
                        ],
                        "type": "MultiPolygon"
                    },
                    "properties": {
                        "caption": "BECMG N OF NZAP FM 05Z",
                        "featureType": "turbulence",
                        "lowerExtentFL": 0,
                        "lowerExtentText": "SFC",
                        "productKey": "GraphicalNZSigwx",
                        "upperExtentFL": 100,
                        "upperExtentText": "100"
                    },
                    "type": "Feature"
                },
                {
                    "geometry": {
                        "coordinates": [
                            [
                                [
                                    [
                                        172.365,
                                        -44.067
                                    ],
                                    [
                                        172.119,
                                        -44.098
                                    ],
                                    [
                                        171.873,
                                        -44.227
                                    ],
                                    [
                                        171.669,
                                        -44.403
                                    ],
                                    [
                                        171.489,
                                        -44.628
                                    ],
                                    [
                                        171.312,
                                        -44.819
                                    ],
                                    [
                                        171.175,
                                        -45.074
                                    ],
                                    [
                                        171.086,
                                        -45.342
                                    ],
                                    [
                                        170.84,
                                        -45.721
                                    ],
                                    [
                                        170.479,
                                        -46.017
                                    ],
                                    [
                                        170.211,
                                        -46.234
                                    ],
                                    [
                                        169.836,
                                        -46.528
                                    ],
                                    [
                                        169.513,
                                        -46.749
                                    ],
                                    [
                                        168.986,
                                        -47.017
                                    ],
                                    [
                                        168.248,
                                        -47.235
                                    ],
                                    [
                                        167.948,
                                        -47.284
                                    ],
                                    [
                                        167.625,
                                        -47.284
                                    ],
                                    [
                                        167.373,
                                        -47.222
                                    ],
                                    [
                                        167.164,
                                        -47.064
                                    ],
                                    [
                                        167.004,
                                        -46.875
                                    ],
                                    [
                                        166.844,
                                        -46.687
                                    ],
                                    [
                                        166.498,
                                        -46.307
                                    ],
                                    [
                                        166.429,
                                        -46.002
                                    ],
                                    [
                                        166.498,
                                        -45.683
                                    ],
                                    [
                                        166.821,
                                        -45.294
                                    ],
                                    [
                                        167.141,
                                        -45.033
                                    ],
                                    [
                                        167.487,
                                        -44.593
                                    ],
                                    [
                                        167.945,
                                        -44.209
                                    ],
                                    [
                                        168.769,
                                        -43.8
                                    ],
                                    [
                                        169.541,
                                        -43.576
                                    ],
                                    [
                                        169.942,
                                        -43.435
                                    ],
                                    [
                                        170.637,
                                        -43.058
                                    ],
                                    [
                                        171.266,
                                        -42.582
                                    ],
                                    [
                                        171.489,
                                        -42.383
                                    ],
                                    [
                                        171.624,
                                        -42.15
                                    ],
                                    [
                                        171.647,
                                        -41.883
                                    ],
                                    [
                                        171.624,
                                        -41.616
                                    ],
                                    [
                                        171.715,
                                        -41.346
                                    ],
                                    [
                                        171.85,
                                        -41.092
                                    ],
                                    [
                                        172.073,
                                        -40.787
                                    ],
                                    [
                                        172.253,
                                        -40.618
                                    ],
                                    [
                                        172.479,
                                        -40.464
                                    ],
                                    [
                                        172.702,
                                        -40.396
                                    ],
                                    [
                                        172.971,
                                        -40.429
                                    ],
                                    [
                                        173.263,
                                        -40.549
                                    ],
                                    [
                                        173.555,
                                        -40.651
                                    ],
                                    [
                                        174.138,
                                        -40.738
                                    ],
                                    [
                                        174.453,
                                        -41.109
                                    ],
                                    [
                                        174.518,
                                        -41.312
                                    ],
                                    [
                                        174.564,
                                        -41.498
                                    ],
                                    [
                                        174.498,
                                        -41.665
                                    ],
                                    [
                                        174.407,
                                        -41.748
                                    ],
                                    [
                                        174.295,
                                        -41.834
                                    ],
                                    [
                                        174.092,
                                        -42.066
                                    ],
                                    [
                                        173.935,
                                        -42.333
                                    ],
                                    [
                                        173.509,
                                        -42.828
                                    ],
                                    [
                                        173.331,
                                        -42.926
                                    ],
                                    [
                                        173.197,
                                        -43.058
                                    ],
                                    [
                                        173.128,
                                        -43.206
                                    ],
                                    [
                                        173.174,
                                        -43.694
                                    ],
                                    [
                                        173.083,
                                        -43.872
                                    ],
                                    [
                                        172.925,
                                        -44.001
                                    ],
                                    [
                                        172.656,
                                        -44.067
                                    ],
                                    [
                                        172.365,
                                        -44.067
                                    ]
                                ]
                            ]
                        ],
                        "type": "MultiPolygon"
                    },
                    "properties": {
                        "caption": "",
                        "featureType": "turbulence",
                        "lowerExtentFL": 0,
                        "lowerExtentText": "SFC",
                        "productKey": "GraphicalNZSigwx",
                        "upperExtentFL": 130,
                        "upperExtentText": "130"
                    },
                    "type": "Feature"
                },
                {
                    "geometry": {
                        "coordinates": [
                            [
                                [
                                    [
                                        169.787,
                                        -47.08
                                    ],
                                    [
                                        169.639,
                                        -47.189
                                    ],
                                    [
                                        169.187,
                                        -47.512
                                    ],
                                    [
                                        168.729,
                                        -47.832
                                    ],
                                    [
                                        168.266,
                                        -48.15
                                    ],
                                    [
                                        167.502,
                                        -47.599
                                    ],
                                    [
                                        167.124,
                                        -47.321
                                    ],
                                    [
                                        166.752,
                                        -47.043
                                    ],
                                    [
                                        166.383,
                                        -46.763
                                    ],
                                    [
                                        165.657,
                                        -46.2
                                    ],
                                    [
                                        165.299,
                                        -45.916
                                    ],
                                    [
                                        165.642,
                                        -45.643
                                    ],
                                    [
                                        165.98,
                                        -45.368
                                    ],
                                    [
                                        166.315,
                                        -45.092
                                    ],
                                    [
                                        166.646,
                                        -44.815
                                    ],
                                    [
                                        166.973,
                                        -44.538
                                    ],
                                    [
                                        167.622,
                                        -43.979
                                    ],
                                    [
                                        168.257,
                                        -43.416
                                    ],
                                    [
                                        168.88,
                                        -42.853
                                    ],
                                    [
                                        169.187,
                                        -42.567
                                    ],
                                    [
                                        169.493,
                                        -42.284
                                    ],
                                    [
                                        169.793,
                                        -41.998
                                    ],
                                    [
                                        169.824,
                                        -41.966
                                    ],
                                    [
                                        170.233,
                                        -41.983
                                    ],
                                    [
                                        170.637,
                                        -42.066
                                    ],
                                    [
                                        171.04,
                                        -42.167
                                    ],
                                    [
                                        171.243,
                                        -42.216
                                    ],
                                    [
                                        171.466,
                                        -42.25
                                    ],
                                    [
                                        171.624,
                                        -42.316
                                    ],
                                    [
                                        171.738,
                                        -42.398
                                    ],
                                    [
                                        171.758,
                                        -42.514
                                    ],
                                    [
                                        171.466,
                                        -42.911
                                    ],
                                    [
                                        171.04,
                                        -43.239
                                    ],
                                    [
                                        170.683,
                                        -43.58
                                    ],
                                    [
                                        170.391,
                                        -43.791
                                    ],
                                    [
                                        169.784,
                                        -44.034
                                    ],
                                    [
                                        169.224,
                                        -44.244
                                    ],
                                    [
                                        168.552,
                                        -44.532
                                    ],
                                    [
                                        168.08,
                                        -44.819
                                    ],
                                    [
                                        167.676,
                                        -45.074
                                    ],
                                    [
                                        167.496,
                                        -45.531
                                    ],
                                    [
                                        167.562,
                                        -45.97
                                    ],
                                    [
                                        167.811,
                                        -46.313
                                    ],
                                    [
                                        168.208,
                                        -46.573
                                    ],
                                    [
                                        168.7,
                                        -46.759
                                    ],
                                    [
                                        169.541,
                                        -47.019
                                    ],
                                    [
                                        169.787,
                                        -47.08
                                    ]
                                ]
                            ]
                        ],
                        "type": "MultiPolygon"
                    },
                    "properties": {
                        "caption": "S OF NZMF AT 03Z, EXTD N\n\nCLR S OF 45S BY 09Z",
                        "featureType": "icing",
                        "lowerExtentFL": 60,
                        "lowerExtentText": "6000FT",
                        "productKey": "GraphicalNZSigwx",
                        "upperExtentFL": 170,
                        "upperExtentText": "FL170"
                    },
                    "type": "Feature"
                },
                {
                    "geometry": {
                        "coordinates": [
                            [
                                [
                                    [
                                        175.362,
                                        -42.615
                                    ],
                                    [
                                        175.051,
                                        -42.859
                                    ],
                                    [
                                        174.27,
                                        -43.541
                                    ],
                                    [
                                        173.872,
                                        -43.88
                                    ],
                                    [
                                        173.472,
                                        -44.217
                                    ],
                                    [
                                        173.065,
                                        -44.554
                                    ],
                                    [
                                        172.653,
                                        -44.89
                                    ],
                                    [
                                        172.239,
                                        -45.223
                                    ],
                                    [
                                        171.818,
                                        -45.555
                                    ],
                                    [
                                        170.963,
                                        -46.214
                                    ],
                                    [
                                        170.525,
                                        -46.541
                                    ],
                                    [
                                        170.085,
                                        -46.865
                                    ],
                                    [
                                        169.856,
                                        -47.031
                                    ],
                                    [
                                        169.747,
                                        -47.031
                                    ],
                                    [
                                        169.327,
                                        -46.935
                                    ],
                                    [
                                        168.792,
                                        -46.759
                                    ],
                                    [
                                        168.417,
                                        -46.663
                                    ],
                                    [
                                        167.879,
                                        -46.342
                                    ],
                                    [
                                        167.553,
                                        -45.922
                                    ],
                                    [
                                        167.507,
                                        -45.565
                                    ],
                                    [
                                        167.648,
                                        -45.235
                                    ],
                                    [
                                        167.905,
                                        -44.957
                                    ],
                                    [
                                        168.64,
                                        -44.516
                                    ],
                                    [
                                        169.404,
                                        -44.164
                                    ],
                                    [
                                        170.03,
                                        -43.921
                                    ],
                                    [
                                        170.548,
                                        -43.694
                                    ],
                                    [
                                        170.997,
                                        -43.271
                                    ],
                                    [
                                        171.512,
                                        -42.878
                                    ],
                                    [
                                        171.938,
                                        -42.466
                                    ],
                                    [
                                        172.499,
                                        -42.167
                                    ],
                                    [
                                        173.083,
                                        -41.983
                                    ],
                                    [
                                        173.623,
                                        -41.983
                                    ],
                                    [
                                        174.295,
                                        -42.083
                                    ],
                                    [
                                        174.833,
                                        -42.233
                                    ],
                                    [
                                        175.171,
                                        -42.415
                                    ],
                                    [
                                        175.362,
                                        -42.615
                                    ]
                                ]
                            ]
                        ],
                        "type": "MultiPolygon"
                    },
                    "properties": {
                        "caption": "IN MTW\n\nICE S OF NZQN AT 03Z, EXTD N\nICE CLR S OF 45S BY 09Z",
                        "featureType": "mountainWaves",
                        "icing": {
                            "lowerExtentFL": 100,
                            "lowerExtentText": "100",
                            "upperExtentFL": 200,
                            "upperExtentText": "200"
                        },
                        "productKey": "GraphicalNZSigwx",
                        "turbulence": {
                            "lowerExtentFL": 130,
                            "lowerExtentText": "130",
                            "upperExtentFL": 350,
                            "upperExtentText": "XXX"
                        }
                    },
                    "type": "Feature"
                },
                {
                    "geometry": {
                        "coordinates": [
                            177.188,
                            -37.646
                        ],
                        "type": "Point"
                    },
                    "properties": {
                        "alertLevel2Plus": true,
                        "featureType": "volcano",
                        "productKey": "GraphicalNZSigwx",
                        "volcanoName": "WHAKAARI/WHITE ISLAND"
                    },
                    "type": "Feature"
                }
            ],
            "metadata": {
                "alerts": [
                    "Volcano Alert Level 2+, see NOTAM for VHZ information"
                ],
                "information": [
                    "Chart valid for NZZC FIR only",
                    "Heights in FL unless otherwise specified",
                    "The use of CB implies severe turbulence and icing"
                ],
                "isAmendment": false,
                "issueTime": "2025-09-15T01:47:26Z",
                "notes": [
                    "Please refer to GSM for any SIGMET information"
                ],
                "referenceVersion": "2023-05-17",
                "validFromTime": "2025-09-15T03:00:00Z",
                "validToTime": "2025-09-15T09:00:00Z",
                "validUpToFL": 250,
                "version": "2022-12-09"
            },
            "type": "FeatureCollection"
        },
        {
            "features": [
                {
                    "geometry": {
                        "coordinates": [
                            [
                                [
                                    [
                                        175.394,
                                        -37.41
                                    ],
                                    [
                                        175.531,
                                        -37.267
                                    ],
                                    [
                                        175.574,
                                        -37.159
                                    ],
                                    [
                                        175.62,
                                        -36.945
                                    ],
                                    [
                                        175.643,
                                        -36.856
                                    ],
                                    [
                                        175.708,
                                        -36.801
                                    ],
                                    [
                                        175.8,
                                        -36.801
                                    ],
                                    [
                                        175.889,
                                        -36.819
                                    ],
                                    [
                                        176.0,
                                        -36.874
                                    ],
                                    [
                                        176.092,
                                        -36.927
                                    ],
                                    [
                                        176.249,
                                        -37.089
                                    ],
                                    [
                                        176.315,
                                        -37.267
                                    ],
                                    [
                                        176.361,
                                        -37.464
                                    ],
                                    [
                                        176.518,
                                        -37.641
                                    ],
                                    [
                                        176.698,
                                        -37.784
                                    ],
                                    [
                                        176.898,
                                        -37.854
                                    ],
                                    [
                                        177.19,
                                        -37.82
                                    ],
                                    [
                                        177.459,
                                        -37.714
                                    ],
                                    [
                                        177.751,
                                        -37.553
                                    ],
                                    [
                                        178.065,
                                        -37.464
                                    ],
                                    [
                                        178.269,
                                        -37.464
                                    ],
                                    [
                                        178.492,
                                        -37.498
                                    ],
                                    [
                                        178.649,
                                        -37.571
                                    ],
                                    [
                                        178.761,
                                        -37.677
                                    ],
                                    [
                                        178.783,
                                        -37.802
                                    ],
                                    [
                                        178.718,
                                        -37.926
                                    ],
                                    [
                                        178.649,
                                        -38.068
                                    ],
                                    [
                                        178.446,
                                        -38.349
                                    ],
                                    [
                                        178.289,
                                        -38.649
                                    ],
                                    [
                                        178.246,
                                        -38.805
                                    ],
                                    [
                                        178.223,
                                        -38.961
                                    ],
                                    [
                                        178.177,
                                        -39.101
                                    ],
                                    [
                                        178.065,
                                        -39.205
                                    ],
                                    [
                                        177.885,
                                        -39.258
                                    ],
                                    [
                                        177.593,
                                        -39.294
                                    ],
                                    [
                                        177.347,
                                        -39.345
                                    ],
                                    [
                                        177.19,
                                        -39.449
                                    ],
                                    [
                                        177.147,
                                        -39.623
                                    ],
                                    [
                                        177.124,
                                        -39.83
                                    ],
                                    [
                                        176.967,
                                        -40.189
                                    ],
                                    [
                                        176.741,
                                        -40.531
                                    ],
                                    [
                                        176.18,
                                        -41.21
                                    ],
                                    [
                                        175.849,
                                        -41.498
                                    ],
                                    [
                                        175.637,
                                        -41.592
                                    ],
                                    [
                                        175.402,
                                        -41.646
                                    ],
                                    [
                                        175.082,
                                        -41.605
                                    ],
                                    [
                                        174.796,
                                        -41.473
                                    ],
                                    [
                                        174.564,
                                        -41.271
                                    ],
                                    [
                                        174.544,
                                        -41.204
                                    ],
                                    [
                                        174.581,
                                        -41.135
                                    ],
                                    [
                                        174.67,
                                        -41.081
                                    ],
                                    [
                                        174.759,
                                        -41.014
                                    ],
                                    [
                                        174.939,
                                        -40.839
                                    ],
                                    [
                                        175.036,
                                        -40.651
                                    ],
                                    [
                                        175.082,
                                        -40.446
                                    ],
                                    [
                                        175.082,
                                        -40.242
                                    ],
                                    [
                                        174.948,
                                        -40.053
                                    ],
                                    [
                                        174.722,
                                        -39.88
                                    ],
                                    [
                                        174.453,
                                        -39.777
                                    ],
                                    [
                                        174.25,
                                        -39.726
                                    ],
                                    [
                                        174.049,
                                        -39.674
                                    ],
                                    [
                                        173.846,
                                        -39.502
                                    ],
                                    [
                                        173.689,
                                        -39.276
                                    ],
                                    [
                                        173.712,
                                        -39.101
                                    ],
                                    [
                                        173.892,
                                        -38.946
                                    ],
                                    [
                                        174.227,
                                        -38.787
                                    ],
                                    [
                                        174.476,
                                        -38.577
                                    ],
                                    [
                                        174.587,
                                        -38.295
                                    ],
                                    [
                                        174.61,
                                        -38.032
                                    ],
                                    [
                                        174.699,
                                        -37.802
                                    ],
                                    [
                                        174.902,
                                        -37.623
                                    ],
                                    [
                                        175.194,
                                        -37.498
                                    ],
                                    [
                                        175.394,
                                        -37.41
                                    ]
                                ]
                            ]
                        ],
                        "type": "MultiPolygon"
                    },
                    "properties": {
                        "caption": "",
                        "featureType": "turbulence",
                        "lowerExtentFL": 0,
                        "lowerExtentText": "SFC",
                        "productKey": "GraphicalNZSigwx",
                        "upperExtentFL": 100,
                        "upperExtentText": "100"
                    },
                    "type": "Feature"
                },
                {
                    "geometry": {
                        "coordinates": [
                            [
                                [
                                    [
                                        172.365,
                                        -44.067
                                    ],
                                    [
                                        172.119,
                                        -44.098
                                    ],
                                    [
                                        171.873,
                                        -44.227
                                    ],
                                    [
                                        171.669,
                                        -44.403
                                    ],
                                    [
                                        171.489,
                                        -44.628
                                    ],
                                    [
                                        171.312,
                                        -44.819
                                    ],
                                    [
                                        171.175,
                                        -45.074
                                    ],
                                    [
                                        171.086,
                                        -45.342
                                    ],
                                    [
                                        170.84,
                                        -45.721
                                    ],
                                    [
                                        170.479,
                                        -46.017
                                    ],
                                    [
                                        170.211,
                                        -46.234
                                    ],
                                    [
                                        169.836,
                                        -46.528
                                    ],
                                    [
                                        169.513,
                                        -46.749
                                    ],
                                    [
                                        168.986,
                                        -47.017
                                    ],
                                    [
                                        168.248,
                                        -47.235
                                    ],
                                    [
                                        167.948,
                                        -47.284
                                    ],
                                    [
                                        167.625,
                                        -47.284
                                    ],
                                    [
                                        167.373,
                                        -47.222
                                    ],
                                    [
                                        167.164,
                                        -47.064
                                    ],
                                    [
                                        167.004,
                                        -46.875
                                    ],
                                    [
                                        166.844,
                                        -46.687
                                    ],
                                    [
                                        166.498,
                                        -46.307
                                    ],
                                    [
                                        166.429,
                                        -46.002
                                    ],
                                    [
                                        166.498,
                                        -45.683
                                    ],
                                    [
                                        166.821,
                                        -45.294
                                    ],
                                    [
                                        167.141,
                                        -45.033
                                    ],
                                    [
                                        167.487,
                                        -44.593
                                    ],
                                    [
                                        167.945,
                                        -44.209
                                    ],
                                    [
                                        168.769,
                                        -43.8
                                    ],
                                    [
                                        169.541,
                                        -43.576
                                    ],
                                    [
                                        169.942,
                                        -43.435
                                    ],
                                    [
                                        170.637,
                                        -43.058
                                    ],
                                    [
                                        171.266,
                                        -42.582
                                    ],
                                    [
                                        171.489,
                                        -42.383
                                    ],
                                    [
                                        171.624,
                                        -42.15
                                    ],
                                    [
                                        171.647,
                                        -41.883
                                    ],
                                    [
                                        171.624,
                                        -41.616
                                    ],
                                    [
                                        171.715,
                                        -41.346
                                    ],
                                    [
                                        171.85,
                                        -41.092
                                    ],
                                    [
                                        172.073,
                                        -40.787
                                    ],
                                    [
                                        172.253,
                                        -40.618
                                    ],
                                    [
                                        172.479,
                                        -40.464
                                    ],
                                    [
                                        172.702,
                                        -40.396
                                    ],
                                    [
                                        172.971,
                                        -40.429
                                    ],
                                    [
                                        173.263,
                                        -40.549
                                    ],
                                    [
                                        173.555,
                                        -40.651
                                    ],
                                    [
                                        174.138,
                                        -40.738
                                    ],
                                    [
                                        174.453,
                                        -41.109
                                    ],
                                    [
                                        174.518,
                                        -41.312
                                    ],
                                    [
                                        174.564,
                                        -41.498
                                    ],
                                    [
                                        174.498,
                                        -41.665
                                    ],
                                    [
                                        174.407,
                                        -41.748
                                    ],
                                    [
                                        174.295,
                                        -41.834
                                    ],
                                    [
                                        174.092,
                                        -42.066
                                    ],
                                    [
                                        173.935,
                                        -42.333
                                    ],
                                    [
                                        173.509,
                                        -42.828
                                    ],
                                    [
                                        173.331,
                                        -42.926
                                    ],
                                    [
                                        173.197,
                                        -43.058
                                    ],
                                    [
                                        173.128,
                                        -43.206
                                    ],
                                    [
                                        173.174,
                                        -43.694
                                    ],
                                    [
                                        173.083,
                                        -43.872
                                    ],
                                    [
                                        172.925,
                                        -44.001
                                    ],
                                    [
                                        172.656,
                                        -44.067
                                    ],
                                    [
                                        172.365,
                                        -44.067
                                    ]
                                ]
                            ]
                        ],
                        "type": "MultiPolygon"
                    },
                    "properties": {
                        "caption": "CLR S OF NZNV BY 15Z",
                        "featureType": "turbulence",
                        "lowerExtentFL": 0,
                        "lowerExtentText": "SFC",
                        "productKey": "GraphicalNZSigwx",
                        "upperExtentFL": 130,
                        "upperExtentText": "130"
                    },
                    "type": "Feature"
                },
                {
                    "geometry": {
                        "coordinates": [
                            [
                                [
                                    [
                                        166.358,
                                        -45.056
                                    ],
                                    [
                                        166.646,
                                        -44.815
                                    ],
                                    [
                                        166.973,
                                        -44.538
                                    ],
                                    [
                                        167.622,
                                        -43.979
                                    ],
                                    [
                                        168.257,
                                        -43.416
                                    ],
                                    [
                                        168.88,
                                        -42.853
                                    ],
                                    [
                                        169.187,
                                        -42.567
                                    ],
                                    [
                                        169.493,
                                        -42.284
                                    ],
                                    [
                                        169.793,
                                        -41.998
                                    ],
                                    [
                                        170.093,
                                        -41.712
                                    ],
                                    [
                                        170.391,
                                        -41.423
                                    ],
                                    [
                                        170.391,
                                        -41.327
                                    ],
                                    [
                                        170.614,
                                        -41.262
                                    ],
                                    [
                                        171.04,
                                        -41.228
                                    ],
                                    [
                                        171.895,
                                        -41.262
                                    ],
                                    [
                                        172.253,
                                        -41.346
                                    ],
                                    [
                                        172.522,
                                        -41.515
                                    ],
                                    [
                                        172.679,
                                        -41.733
                                    ],
                                    [
                                        172.679,
                                        -41.951
                                    ],
                                    [
                                        172.568,
                                        -42.134
                                    ],
                                    [
                                        172.141,
                                        -42.333
                                    ],
                                    [
                                        171.581,
                                        -42.762
                                    ],
                                    [
                                        171.04,
                                        -43.239
                                    ],
                                    [
                                        170.683,
                                        -43.58
                                    ],
                                    [
                                        170.165,
                                        -43.971
                                    ],
                                    [
                                        169.424,
                                        -44.26
                                    ],
                                    [
                                        168.775,
                                        -44.485
                                    ],
                                    [
                                        168.102,
                                        -44.835
                                    ],
                                    [
                                        167.899,
                                        -44.995
                                    ],
                                    [
                                        167.696,
                                        -45.136
                                    ],
                                    [
                                        167.405,
                                        -45.201
                                    ],
                                    [
                                        166.687,
                                        -45.136
                                    ],
                                    [
                                        166.486,
                                        -45.09
                                    ],
                                    [
                                        166.358,
                                        -45.056
                                    ]
                                ]
                            ]
                        ],
                        "type": "MultiPolygon"
                    },
                    "properties": {
                        "caption": "S OF 42S AT 09Z, EXTD N BY 12Z.\nCLR S OF 44S BY 15Z",
                        "featureType": "icing",
                        "lowerExtentFL": 60,
                        "lowerExtentText": "6000FT",
                        "productKey": "GraphicalNZSigwx",
                        "upperExtentFL": 170,
                        "upperExtentText": "FL170"
                    },
                    "type": "Feature"
                },
                {
                    "geometry": {
                        "coordinates": [
                            [
                                [
                                    [
                                        175.494,
                                        -42.514
                                    ],
                                    [
                                        175.051,
                                        -42.859
                                    ],
                                    [
                                        174.27,
                                        -43.541
                                    ],
                                    [
                                        173.872,
                                        -43.88
                                    ],
                                    [
                                        173.472,
                                        -44.217
                                    ],
                                    [
                                        173.065,
                                        -44.554
                                    ],
                                    [
                                        172.653,
                                        -44.89
                                    ],
                                    [
                                        172.239,
                                        -45.223
                                    ],
                                    [
                                        171.818,
                                        -45.555
                                    ],
                                    [
                                        170.963,
                                        -46.214
                                    ],
                                    [
                                        170.525,
                                        -46.541
                                    ],
                                    [
                                        170.085,
                                        -46.865
                                    ],
                                    [
                                        169.856,
                                        -47.031
                                    ],
                                    [
                                        169.747,
                                        -47.031
                                    ],
                                    [
                                        169.327,
                                        -46.935
                                    ],
                                    [
                                        168.792,
                                        -46.759
                                    ],
                                    [
                                        168.417,
                                        -46.663
                                    ],
                                    [
                                        167.882,
                                        -46.342
                                    ],
                                    [
                                        167.553,
                                        -45.922
                                    ],
                                    [
                                        167.507,
                                        -45.565
                                    ],
                                    [
                                        167.648,
                                        -45.235
                                    ],
                                    [
                                        167.905,
                                        -44.957
                                    ],
                                    [
                                        168.64,
                                        -44.516
                                    ],
                                    [
                                        169.404,
                                        -44.164
                                    ],
                                    [
                                        170.03,
                                        -43.921
                                    ],
                                    [
                                        170.548,
                                        -43.694
                                    ],
                                    [
                                        170.997,
                                        -43.271
                                    ],
                                    [
                                        171.512,
                                        -42.878
                                    ],
                                    [
                                        171.938,
                                        -42.466
                                    ],
                                    [
                                        172.253,
                                        -42.282
                                    ],
                                    [
                                        172.702,
                                        -42.034
                                    ],
                                    [
                                        173.24,
                                        -41.817
                                    ],
                                    [
                                        173.846,
                                        -41.631
                                    ],
                                    [
                                        174.295,
                                        -41.599
                                    ],
                                    [
                                        174.856,
                                        -41.8
                                    ],
                                    [
                                        175.194,
                                        -41.983
                                    ],
                                    [
                                        175.44,
                                        -42.233
                                    ],
                                    [
                                        175.494,
                                        -42.514
                                    ]
                                ]
                            ]
                        ],
                        "type": "MultiPolygon"
                    },
                    "properties": {
                        "caption": "IN MTW\n\nCLR S OF NZDN TO NZMF BY 15Z\n\nICE N OF 45S AT 09Z, CLR S OF NZCH BY 15Z",
                        "featureType": "mountainWaves",
                        "icing": {
                            "lowerExtentFL": 90,
                            "lowerExtentText": "9000FT",
                            "upperExtentFL": 200,
                            "upperExtentText": "FL200"
                        },
                        "productKey": "GraphicalNZSigwx",
                        "turbulence": {
                            "lowerExtentFL": 130,
                            "lowerExtentText": "130",
                            "upperExtentFL": 350,
                            "upperExtentText": "XXX"
                        }
                    },
                    "type": "Feature"
                },
                {
                    "geometry": {
                        "coordinates": [
                            177.188,
                            -37.646
                        ],
                        "type": "Point"
                    },
                    "properties": {
                        "alertLevel2Plus": true,
                        "featureType": "volcano",
                        "productKey": "GraphicalNZSigwx",
                        "volcanoName": "WHAKAARI/WHITE ISLAND"
                    },
                    "type": "Feature"
                }
            ],
            "metadata": {
                "alerts": [
                    "Volcano Alert Level 2+, see NOTAM for VHZ information"
                ],
                "information": [
                    "Chart valid for NZZC FIR only",
                    "Heights in FL unless otherwise specified",
                    "The use of CB implies severe turbulence and icing"
                ],
                "isAmendment": false,
                "issueTime": "2025-09-15T01:48:12Z",
                "notes": [
                    "Please refer to GSM for any SIGMET information"
                ],
                "referenceVersion": "2023-05-17",
                "validFromTime": "2025-09-15T09:00:00Z",
                "validToTime": "2025-09-15T15:00:00Z",
                "validUpToFL": 250,
                "version": "2022-12-09"
            },
            "type": "FeatureCollection"
        }
    ]
}

Reviews